Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #1627

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/traverse (source) ^7.26.7 -> ^7.26.9 age adoption passing confidence
@internationalized/date (source) ^3.5.0 -> ^3.7.0 age adoption passing confidence
@internationalized/number ^3.5.0 -> ^3.6.0 age adoption passing confidence
@tanstack/vue-virtual (source) ^3.12.0 -> ^3.13.2 age adoption passing confidence
@types/node (source) ^20.17.17 -> ^20.17.19 age adoption passing confidence
@vueuse/core (source) ^12.5.0 -> ^12.7.0 age adoption passing confidence
@vueuse/shared (source) ^12.5.0 -> ^12.7.0 age adoption passing confidence
motion-v 0.10.0-beta.1 -> 0.10.0 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.6 age adoption passing confidence
pnpm (source) ^9.15.0 -> ^9.15.6 age adoption passing confidence
postcss (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/traverse)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
TanStack/virtual (@​tanstack/vue-virtual)

v3.13.2

Compare Source

Version 3.13.2 - 2/25/25, 7:40 AM

Changes

Fix

Packages

v3.13.1

Compare Source

Version 3.13.1 - 2/25/25, 6:21 AM

Changes

Fix
  • align startIndex & endIndex to lanes for masonry mode (#​933) (5961e35) by Azq2
Chore
  • deps: update all non-major dependencies (#​934) (8e55113) by renovate[bot]
  • deps: update all non-major dependencies (#​929) (f026ee9) by renovate[bot]
  • deps: update all non-major dependencies (#​926) (8cdc6da) by renovate[bot]

Packages

v3.13.0

Compare Source

Version 3.13.0 - 2/7/25, 12:12 PM

Changes

Feat

Packages

v3.12.1

Compare Source

Version 3.12.1 - 2/7/25, 5:12 AM

Changes

Fix
  • register scrollend event when useScrollendEvent (#​922) (8470857) by @​piecyk
  • Revert "fix: add experimental_subscribeToEvents" (5151ee4) by Tanner Linsley
  • add experimental_subscribeToEvents (b7b0d5a) by Tanner Linsley
Chore
  • deps: update all non-major dependencies (#​921) (3321362) by renovate[bot]
Ci
  • apply automated fixes (659b157) by autofix-ci[bot]

Packages

vueuse/vueuse (@​vueuse/core)

v12.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.6.1

Compare Source

No significant changes

    View changes on GitHub

v12.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unovue/motion-vue (motion-v)

v0.10.0

Compare Source

🚀 Feature Improvements

  1. Added RowValue Component
    New RowValue component for displaying and syncing MotionValue changes
  2. AnimatePresence Enhancements
    Added unwrapElement prop for handling nested element animations

What's Changed

New Contributors

Full Changelog: unovue/motion-vue@v0.9.0...v0.10.0

pnpm/pnpm (pnpm)

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3: pnpm 9.15.3

Compare Source

Patch Changes

  • Fixed the Regex used to find the package manifest during packing #​8938.
  • pnpm update --filter <pattern> --latest <pkg> should only change the specified package for the specified workspace, when dedupe-peer-dependents is set to true #​8877.
  • Exclude .DS_Store file at patch-commit #​8922.
  • Fix a bug in which pnpm patch is unable to bring back old patch without specifying @version suffix #​8919.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes
  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1: pnpm 9.15.1

Compare Source

Patch Changes
  • pnpm remove should not link dependencies from the workspace, when link-workspace-packages is set to false #​7674.
  • Installation with hoisted node_modules should not fail, when a dependency has itself in its own peer dependencies #​8854.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
postcss/postcss (postcss)

v8.5.3

Compare Source

v8.5.2

Compare Source

privatenumber/tsx (tsx)

v4.19.3

Compare Source

Bug Fixes
  • upgrade esbuild to ~0.25.0 to address vuln report (#​698) (e04e6c6)

This release is also available on:


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Asia/Kuala_Lumpur, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 493a90c to 5f8f4c5 Compare February 19, 2025 03:29
Copy link
Contributor Author

renovate bot commented Feb 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/plugins/pnpm-lock.yaml
Scope: all 5 workspace projects
../..                                    |  WARN  Ignoring broken lockfile at /tmp/renovate/repos/github/unovue/reka-ui: Lockfile /tmp/renovate/repos/github/unovue/reka-ui/pnpm-lock.yaml not compatible with current pnpm
../..                                    | Progress: resolved 1, reused 0, downloaded 0, added 0
../../docs                               |  WARN  deprecated @types/[email protected]
../../docs                               |  WARN  deprecated [email protected]
../..                                    | Progress: resolved 37, reused 34, downloaded 1, added 0
../..                                    | Progress: resolved 66, reused 63, downloaded 2, added 0
../..                                    | Progress: resolved 96, reused 93, downloaded 3, added 0
../..                                    | Progress: resolved 197, reused 191, downloaded 4, added 0
../..                                    | Progress: resolved 260, reused 248, downloaded 8, added 0
../..                                    | Progress: resolved 319, reused 305, downloaded 13, added 0
../..                                    | Progress: resolved 420, reused 399, downloaded 18, added 0
../..                                    | Progress: resolved 544, reused 515, downloaded 27, added 0
../..                                    | Progress: resolved 655, reused 592, downloaded 30, added 0
../..                                    | Progress: resolved 750, reused 627, downloaded 35, added 0
../..                                    | Progress: resolved 832, reused 683, downloaded 39, added 0
../..                                    | Progress: resolved 891, reused 738, downloaded 44, added 0
../..                                    | Progress: resolved 949, reused 793, downloaded 46, added 0
../..                                    | Progress: resolved 956, reused 799, downloaded 47, added 0
../..                                    | Progress: resolved 1017, reused 857, downloaded 49, added 0
../..                                    | Progress: resolved 1093, reused 929, downloaded 54, added 0
../..                                    | Progress: resolved 1200, reused 1008, downloaded 58, added 0
../..                                    | Progress: resolved 1258, reused 1062, downloaded 60, added 0
../..                                    | Progress: resolved 1357, reused 1154, downloaded 67, added 0
../..                                    | Progress: resolved 1465, reused 1252, downloaded 79, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: vitepress

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 52a0d7b to 104b966 Compare February 25, 2025 06:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 104b966 to b1a6c15 Compare February 25, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants